home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / doc / examples / pixmaps.tcl < prev    next >
Encoding:
Text File  |  1994-01-24  |  175 b   |  13 lines

  1. #! moat
  2.  
  3. xtAppInitialize
  4.  
  5. xmPushButton .face managed \
  6.     -labelType pixmap -labelPixmap face \
  7.     -armPixmap face_no
  8.  
  9. .face activateCallback {exit 0}
  10.  
  11. . realizeWidget
  12. . mainLoop
  13.